home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bench / x.txt / 000256_hvanclee@nyx10.nyx.net_Thu Dec 27 11:06:08 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  42 lines

  1. Article: 13085 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!hermes.visi.com!pulsar.dimensional.com!dimensional.com!wormhole.dimensional.com!not-for-mail
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Using multiple kermits in series between machines
  5. Organization: Nyx net, The Spirit of the Night
  6. X-Newsreader: trn 4.0-test74 (May 26, 2000)
  7. From: hvanclee@nyx10.nyx.net (Henry van Cleef)
  8. Message-ID: <1009447151.415636@irys.nyx.net>
  9. Cache-Post-Path: irys.nyx.net!hvanclee@nyx10.nyx.net
  10. X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
  11. Lines: 24
  12. Date: Thu, 27 Dec 2001 09:59:11 GMT
  13. NNTP-Posting-Host: 206.124.29.6
  14. X-Trace: wormhole.dimensional.com 1009447151 206.124.29.6 (Thu, 27 Dec 2001 02:59:11 MST)
  15. NNTP-Posting-Date: Thu, 27 Dec 2001 02:59:11 MST
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13085
  17.  
  18. I have the final release of Kermit 8 200, and am building it to
  19. install on several machines.  I'm doing some remote administration
  20. over a plain telephone modem connection to a remote console port,
  21. using a modem server machine, and have tried using kermit to telnet
  22. >from  my main development machine to the modem server, another kermit
  23. to connect to the console port, and kermit at the other end to receive
  24. executables.  
  25.  
  26. The configuration looks like this:
  27.  
  28. Dev machine->telnet kermit->modem server->remote console
  29. machine->kermit server.  
  30.  
  31. Trying to send from the development machine to the server gets tied in
  32. knots---appears that transmission set up as TCP/IP from the source
  33. won't go down the phone line as packets.  I shut off streaming at both
  34. ends, but it still fails.  
  35.  
  36. While I can get around the problem by NFS mounting my development disk
  37. area on the modem server, and using kermit from it in one jump from
  38. two, I wonder how---if it is possible, to chain kermits together in
  39. series.
  40.  
  41. Hank van Cleef
  42.